Fix "\" problem in tutorials by using natural-language quotes.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 10 Mar 2014 18:12:25 +0000 (11:12 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 10 Mar 2014 18:12:25 +0000 (11:12 -0700)
commit7a4c192b9e75d19fcddad42742086711e489823f
tree9ebef620d98882f365560ebb6f2b62defc9fa60b
parent4ec6ffa01e7b0329a30ce505a8acb0735e99fd57
Fix "\" problem in tutorials by using natural-language quotes.

* tutorials/TUTORIAL, tutorials/TUTORIAL.cs, tutorials/TUTORIAL.eo:
* tutorials/TUTORIAL.es, tutorials/TUTORIAL.it, tutorials/TUTORIAL.ja:
* tutorials/TUTORIAL.ko, tutorials/TUTORIAL.nl, tutorials/TUTORIAL.pl:
* tutorials/TUTORIAL.pt_BR, tutorials/TUTORIAL.ro:
* tutorials/TUTORIAL.ru, tutorials/TUTORIAL.sk, tutorials/TUTORIAL.sv:
* tutorials/TUTORIAL.th:
Avoid using ` for natural-language quotes.  Instead, work around
the problem with "\" by using non-" quotation marks appropriate
for the natural language in question, e.g., «...» for Spanish.
For English “...” could be used, but use '...' instead so that
TUTORIAL continues to be encoded in ASCII.
16 files changed:
etc/ChangeLog
etc/tutorials/TUTORIAL
etc/tutorials/TUTORIAL.cs
etc/tutorials/TUTORIAL.eo
etc/tutorials/TUTORIAL.es
etc/tutorials/TUTORIAL.it
etc/tutorials/TUTORIAL.ja
etc/tutorials/TUTORIAL.ko
etc/tutorials/TUTORIAL.nl
etc/tutorials/TUTORIAL.pl
etc/tutorials/TUTORIAL.pt_BR
etc/tutorials/TUTORIAL.ro
etc/tutorials/TUTORIAL.ru
etc/tutorials/TUTORIAL.sk
etc/tutorials/TUTORIAL.sv
etc/tutorials/TUTORIAL.th